//==============================================================================
// Scourge Champion_Anim.txt
//==============================================================================
//==============================================================================
define sword
{
       	variationlogic
   	set hotspot
   	{
      		version
      		{
             	Visual scourgechampsword1
      		}
   	}
   	set hotspot
   	{
      		version
      		{
       		Visual scourgechampsword2
      		}
   	}
   	set hotspot
   	{
      		version
      		{
       		Visual scourgechampaxe
      		}
   	}
   	set hotspot
   	{
      		version
      		{
       		Visual scourgechampmace
      		}
   	}
}
//==============================================================================
define shield
{
       	variationlogic
   	set hotspot
   	{
      		version
      		{
		Visual none
      		}
   	}
   	set hotspot
   	{
      		version
      		{
		Visual scourgechampshield1
      		}
   	}
   	set hotspot
   	{
      		version
      		{
		Visual scourgechampshield2
      		}
   	}
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual scourgechamp_bored
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual scourgechamp_idle
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual scourgechamp_walk
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.00 true   
               tag FootstepRight 0.50 true   
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				Visual scourgechamp_attacka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.40 false SwordSwing checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
         }
			version
         {
				Visual scourgechamp_attackb
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.55 false SwordSwing checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
         }
			version
         {
				Visual scourgechamp_attackc
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.55 false SwordSwing checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
         }
			version
         {
				Visual scourgechamp_attackd
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.30 true   
               tag GenericSound 0.30 true   
               tag SpecificSoundSet 0.30 false SwordSwing checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual scourgechamp_death
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.11 false MaleDeath checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				}
			}
		}
	}
}
//==============================================================================
anim Flail
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual scourgechamp_flail
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				}
			}
		}
	}
}